-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for GHC 9.10, remove support for GHC 9.4 #24
Conversation
I'm getting a warning here with GHC 9.10.1: Lines 83 to 87 in 9fa7f61
The warning is:
I think that's incorrect because the And indeed trying to avoid the warning just generates a different warning:
I think this is a GHC bug. |
I worked around the problem by using positional arguments instead of record selectors. I also created an upstream issue: https://gitlab.haskell.org/ghc/ghc/-/issues/24824 |
This page is very useful and I always have trouble finding it: |
No description provided.